home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
string.gs
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-23
|
356 b
|
15 lines
* Plots a string using current attributes
* at "clicked on" position. String can be provided
* as an argument or will be prompted for
*
function string (args)
if (args='')
say 'Enter string:'
pull args
endif
say 'Click where you want the string'
'query bpos'
x = subwrd(result,3)
y = subwrd(result,4)
'draw string 'x' 'y' 'args